home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / callid.zip / CALLERLA.ZIP / CALLER.DOC next >
Text File  |  1992-06-01  |  12KB  |  307 lines

  1. CALLER ID LOOK-UP SYSTEM VERSION  1.0
  2.  
  3. UNLICENSED-EVALUATION VERSION
  4.  
  5. Copyright 1992  Online Resources
  6.                 P.O. Box 1034 Concord, CA 94522
  7.                 All Rights Reserved
  8.  
  9. REGISTRATION OF THE PRODUCT ENTITLES YOU TO THE LATEST REGISTERED VERSION
  10. OF THE PRODUCT, AS WELL AS OTHER VALUABLE BENIFITS!  DO NOT USE FOR MORE
  11. THAN 30 DAYS WITHOUT REGISTRATION.  THIS IS AN EVALUATION COPY ONLY.
  12.  
  13. General information:
  14.  
  15. This program is designed to let you quickly figure out who is calling you
  16. if you have Caller-ID service, or have a phone number, and need to know
  17. who it belongs to.  
  18.  
  19.  
  20. Features Include:
  21.  
  22. * Online look-up by phone number or last name.
  23.  
  24. * Pop-up color menus, and scrolled look-up displays.
  25.  
  26. * Built-in Multi-user/LAN support (LAN version only).
  27.  
  28. * File encryption.
  29.  
  30. Registered version also contains:
  31.  
  32. * Copying (cloning) of records, to help build the database faster.
  33.   You can make a single model record, and make many copies, and
  34.   change what you want.
  35.  
  36. * Multiple add mode, so that you can make repeated adds without having
  37.   to keep depressing the INS key.
  38.  
  39. * Single key database add confirmations.
  40.  
  41. * Printing to LPT1-4, disk file or screen.  Non-registered version
  42.   defaults to PRN device.
  43.  
  44. * Multi-level password security (LAN version only).
  45.  
  46. * System administrator program to allow USERID creation and assignment,
  47.   security levels etc. (LAN version only).
  48.  
  49. The program uses "pop-up windows", and a person can become proficient
  50. in its use in a matter of minutes.  It is very "intuitive", and with a
  51. little "play", most features become readily apparent.  This cuts down on
  52. training time, and reduces documentation size (amen!). We hate to have
  53. to constantly look things up in manuals, and have made the program very
  54. "friendly"!
  55.  
  56. Configuring your system:
  57.  
  58. You must insure that the "CONFIG.SYS" file in the root directory contains
  59. a statement allowing AT LEAST 20 files to be opened, as follows:
  60.  
  61. FILES=20
  62.  
  63. Certain systems will need to increase this number, especially LAN
  64. servers.
  65.  
  66. It is recommended that a hard drive be used, and all files should be placed
  67. in the same directory.
  68.  
  69. No special installation is required. Just copy the files to the subdirectory
  70. that you want it to create files in.  To execute, type:
  71.  
  72.    CALLER.EXE
  73.  
  74. ---------------------------------------------------------------------
  75. Special configuration information:
  76.  
  77. We also have put in an automatic screen saver, so the screen will blank out
  78. after 10 minutes.  Just depress a space to un-blank it.  You can change it
  79. to a different value, or eliminate the feature entirely, as follows:
  80.  
  81. CALLER V=0 disables the feature
  82. CALLER V=5 blanks the screen after 5 minutes
  83. CALLER V=X blanks the screen after X number of minutes
  84.  
  85. To disable the Beep on error feature, just start the program as follows:
  86.  
  87. CALLER /B=NO
  88.  
  89. To use the program with an enhanced keyboard, with some "compatibles" you
  90. may need to start the program as follows:
  91.  
  92. CALLER /E
  93.  
  94. If your computer has problems with this program automatically setting keyboard
  95. locking, (some programs and "compatibles don't like it) start the program as
  96. follows:
  97.  
  98. CALLER /L
  99.  
  100. Many monitors will work better with the "fast video" option.  Some CGA monitors
  101. will produce "snow" on the screen when this is used, so you may want to try it
  102. and see if it improves performance. To do so, start the program as follows:
  103.  
  104. CALLER /F
  105.  
  106. You can also combine options.  For example, if you want to disable "beep on
  107. error", and use the "fast video" option, start the program as follows:
  108.  
  109. CALLER /B=N /F
  110.  
  111. ---------------------------------------------------------------------
  112.  
  113. Desqview information:
  114.  
  115.  
  116. There is nothing special you have to do to run it under Desqview, other than
  117. make the "MEMORY SIZE" on screen one 420K and the "MAXIMUM PROGRAM MEMORY
  118. SIZE" on the second screen of program options window 640K (even though you
  119. don't have it, and the program won't use it.)
  120.  
  121. Also note that under Desqview, screen saver and beep on errors are
  122. automatically disabled. to allow them to run in background.
  123.  
  124. ---------------------------------------------------------------------
  125.  
  126. General System Requirements:
  127.  
  128. The program is compatible with any IBM PC, XT, AT, PS/2 or 100%
  129. compatible, operating on DOS version 2.0 or higher (3.1 recommended
  130. for networks), and having 512K, a monochrome or color monitor,
  131. and virtually any 80 column printer (if you want printed reports.)
  132.  
  133. ---------------------------------------------------------------------
  134.  
  135. Advanced LAN installations:
  136.  
  137. Some companies put the program in one subdirectory, and then put a "path"
  138. statement in the AUTOEXEC.BAT file.  Note that files have to be duplicated
  139. in each subdirectory, but this allows the option of discrete message bases
  140. for different departments, as well as different reference information, etc.
  141.  
  142. Each subdirectory can have its own separate USER ID tables, as another
  143. layer of security.
  144.  
  145.  
  146. Example:  MD \ONLINE
  147.  
  148. Copy CALLER.EXE into that subdirectory.
  149.  
  150. Add the statement into your AUTOEXEC.BAT file:
  151.  
  152.           PATH <drive> \ONLINE
  153.  
  154. Create subdirectories for each department:
  155.  
  156. MD \OPERAT
  157. MD \SALES
  158. MD \MGMT
  159. MD \ENGR
  160.  
  161. etc.
  162.  
  163.  
  164. Some servers using DOS version 4.01 may have to include the following
  165. statement in the CONFIG.SYS file only IF you receive the DOS error
  166. "ACCESS DENIED":
  167.  
  168. INSTALL=C:\SHARE.EXE /L:200 /F:4096
  169.  
  170. Some LAN's, when more than one copy of the program is executing at
  171. the same time you receive a "Share Violation" error.  This can happen on
  172. some LAN's that open executable programs for write access, even though our
  173. program does not have to be opened in that manner, as we do not write to
  174. the executable program file, only data and key files.  You may have to
  175. re-flag the .exe file for read only access, either with a LAN command, or
  176. sometimes the DOS attribute command will work.  You may want to try:
  177.  
  178. ATTRIB +R CALLER.EXE
  179.  
  180. This changes the CALLER.EXE program file to "read-only" status and many LAN
  181. packages will not try to open it in "Share" mode, and the errors will
  182. disappear.  This has worked in most cases, and is not an error in our
  183. program, but in how the LAN protects itself.
  184.  
  185. ---------------------------------------------------------------------
  186.  
  187. Distribution Information:
  188.  
  189. This program may be freely distributed, in its unmodified format, as
  190. long as no charge is made, except for a token "disk copying" charge,
  191. not to exceed $10.00.
  192.  
  193. This program is distributed using the "Shareware" concept.  This allows
  194. potential users to try a product before buying it.
  195.  
  196. If you like the program, and want to continue to use it after a 30 day
  197. evaluation period, please fill out the registration form, enclose a check
  198. or money order the appropriate amount, and mail it to the address indicated.
  199. You will receive the latest registered version of the program and be notified
  200. of new releases, and receive our newsletter.
  201.  
  202. By supporting the shareware concept of marketing, it helps continue to
  203. make quality software available to you at reasonable prices, without the
  204. high overhead normally involved in marketing software.
  205.  
  206. Online Resources is constantly looking for ways to improve our products,
  207. and better serve the needs of our customers.  We are committed to providing
  208. powerful, high-quality business software, at affordable prices.
  209.  
  210. LIMITED LICENSE GRANTED
  211.  
  212. Unlike conventional software marketing channels, we provide you with a
  213. fully functional program, to let you decide if it suits your needs.
  214. If you continue to use the software after a reasonable evaluation period,
  215. in our case, 30 days, you must to register the program to continue to use
  216. it legally.  You receive the very latest version without the "unlicensed
  217. evaluation copy" message, one free upgrade, and if you have the LAN version,
  218. the administration program.
  219.  
  220. The cost of registration of a single user version is $20.00 (US) per user/copy
  221. and the LAN version is only $60.00 (US) per server.
  222.  
  223. If you plan to use copies of the registered version on many PC's throughout
  224. your company, including several servers, we now offer a one-time site license
  225. for the current version of the program.  The fee is only $150 (US), and lets
  226. you distribute the latest registered version to as many PC's within your
  227. particular company as you wish. We provide one copy of the program with your
  228. company name on the opening screen, and a laser-printed copy of the
  229. documentation suitable for reproduction.
  230.  
  231. ---------------------------------------------------------------------
  232.                            Registration Form
  233.                        CALLER-ID look-up system
  234.  
  235. Name:______________________  Company:_______________________
  236.  
  237. Address:____________________________________________________
  238.  
  239. City:__________________  State:________________  Zip code/postal code:________
  240.  
  241. Telephone:________________________                   Country:_________________
  242.  
  243.  
  244. Organization name to appear on license:____________________________________
  245.  
  246. Number of single PC copies registering ______  at $20.00 (US) per copy
  247. (add $10.00 (US) for orders outside of the United States)
  248.  
  249.  
  250.  
  251. Number of LAN/Network copies registering ______  at $60.00 (US) per copy
  252. (add $10.00 (US) for orders outside of the United States)
  253.  
  254. Site licensing-unlimited distribution of single PC version within one
  255. company ______ at $150.00 (US).
  256.  
  257. Site licensing-unlimited distribution of LAN/Network version within one
  258. company ______ at $150.00 (US).
  259.  
  260. Amount enclosed: $___________
  261.  
  262. Format:  3 1/2"________     5 1/4"(360K)_______   5 1/4"(1.2 Meg)________
  263.  
  264. Where did you obtain your copy of the program? ____________________________
  265.  
  266. ___________________________________________________________________________
  267.  
  268. Mail to: Online Resources
  269.          P.O. Box 1034
  270.          Concord, CA 94522 USA
  271.  
  272. Comments:__________________________________________________________________
  273.  
  274. ___________________________________________________________________________
  275.  
  276. ___________________________________________________________________________
  277.  
  278. ___________________________________________________________________________
  279.  
  280. ___________________________________________________________________________
  281.  
  282. ___________________________________________________________________________
  283.  
  284. Suggestion for enhancements:_______________________________________________
  285.  
  286. ___________________________________________________________________________
  287.  
  288. ___________________________________________________________________________
  289.  
  290. ___________________________________________________________________________
  291.  
  292. ___________________________________________________________________________
  293.  
  294.  
  295. This program is provided "AS IS" without warranty of any kind, either expressed
  296. or implied, including, but not limited to the implied warranties of
  297. merchantability and fitness for a particular purpose.  The entire risk as to
  298. the quality and performance of the program is with you. In no event will
  299. Online Resources be liable for any damages, including any lost profits, lost
  300. savings, or other incidental or consequential damages arising out of the use
  301. or inability to use this program.
  302. -------------------------------------------------------------------------------
  303. IBM is a registered trademark of the International Business Machines Co.
  304. DESQVIEW is a registered trademark of Quarterdeck Office Systems.
  305.  
  306. ---------------------------------------------------------------------
  307.